API Documentation
EnvironmentManager.h
1 // EnvironmentManager.h
3 //
5 
6 namespace nkScripts
7 {
13  class DLL_SCRIPTS_EXPORT EnvironmentManager final : public nkCommon::SingletonClass<EnvironmentManager>
14  {
15  public :
16 
25  Environment* createOrRetrieve (const char* name) ;
26  } ;
27 }
28 
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkScripts
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
nkScripts::EnvironmentManager
Manages the environments available.
Definition: EnvironmentManager.h:14
nkScripts::EnvironmentManager::createOrRetrieve
Environment * createOrRetrieve(const char *name)